home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / Archie / Archie.app / ArchiePrefs.nib / data.classes next >
Encoding:
Text File  |  1993-02-22  |  2.2 KB  |  142 lines

  1. Preferences = {
  2.     ACTIONS = {
  3.     setAudioNotification:;
  4.     setAnonLogin:;
  5.     saveDefaults:;
  6.     setServerTimeout:;
  7.     setUntitledFirstWindow:;
  8.     setPrefixCaseSensitive:;
  9.     removeFileType:;
  10.     setDebugLevel:;
  11.     setShowNewQueries:;
  12.     setCustomHost:;
  13.     restoreDefaults:;
  14.     setMaxReplies:;
  15.     groupChanged:;
  16.     setModalDQueries:;
  17.     setNiceLevel:;
  18.     setServerRetries:;
  19.     setDebuggingEnabled:;
  20.     setExactMode:;
  21.     setHostname:;
  22.     setMaxFileSize:;
  23.     setRetrieveSubDirs:;
  24.     setModalAQueries:;
  25.     inspectRevert:;
  26.     setSuffixCaseSensitive:;
  27.     setMaxThreadCount:;
  28.     inspectOK:;
  29.     setQueryType:;
  30.     setSortType:;
  31.     addFileType:;
  32.     setCollisionWarnings:;
  33.     };
  34.     OUTLETS = {
  35.     modalDirQueryID;
  36.     retrieveSubDirsID;
  37.     prefixCaseID;
  38.     useAudioID;
  39.     queryBoxID;
  40.     serverRetriesID;
  41.     archieBoxID;
  42.     addID;
  43.     debugEnableID;
  44.     patternMatrixID;
  45.     maxFileSizeID;
  46.     hitsFormID;
  47.     sortMatrixID;
  48.     niceMatrixID;
  49.     serverTimeoutID;
  50.     exactBtnID;
  51.     hostMatrixID;
  52.     anonPasswdID;
  53.     fileExtID;
  54.     fileListID;
  55.     collisionWarnID;
  56.     showQueryID;
  57.     newWindowID;
  58.     ftpBoxID;
  59.     maxThreadsID;
  60.     suffixCaseID;
  61.     modalArchieQueryID;
  62.     generalBoxID;
  63.     removeID;
  64.     inspectorMgr;
  65.     customHostID;
  66.     };
  67.     SUPERCLASS = Object;
  68. };
  69. FirstResponder = {
  70.     ACTIONS = {
  71.     };
  72.     SUPERCLASS = Object;
  73. };
  74. ArchieServer = {
  75.     ACTIONS = {
  76.     appWillTerminate:;
  77.     setAllowHide:;
  78.     setSortType:;
  79.     setDebugLevel:;
  80.     setTransferDir:;
  81.     setAnonLogin:;
  82.     interruptRequest:;
  83.     infoPanel:;
  84.     setExactMode:;
  85.     setMaxReplies:;
  86.     setQueryType:;
  87.     restoreDefaults:;
  88.     fileAttributes:;
  89.     showHelpFile:;
  90.     appDidUnhide:;
  91.     archieRequest:;
  92.     anonLoginPasswd:;
  93.     saveDefaults:;
  94.     retrieveFile:;
  95.     preferences:;
  96.     setOffset:;
  97.     setCustomHost:;
  98.     setNiceLevel:;
  99.     setHostname:;
  100.     };
  101.     OUTLETS = {
  102.     writeMatrixID;
  103.     queryFieldID;
  104.     hostHashTable;
  105.     mainWindowID;
  106.     queryPanelID;
  107.     errStringTable;
  108.     hostnameID;
  109.     patternMatrixID;
  110.     debugMatrixID;
  111.     selectionList;
  112.     hitsFormID;
  113.     fileBrowserID;
  114.     sortMatrixID;
  115.     niceMatrixID;
  116.     allowHideBtnID;
  117.     abortID;
  118.     exactBtnID;
  119.     clockID;
  120.     modeMatrixID;
  121.     prefPanelID;
  122.     ftpObject;
  123.     hostMatrixID;
  124.     calendarID;
  125.     helpScrollViewID;
  126.     anonPasswdID;
  127.     statusID;
  128.     helpPanelID;
  129.     readMatrixID;
  130.     queryTimerID;
  131.     hostList;
  132.     infoPanelID;
  133.     selectedFile;
  134.     retrieveBtnID;
  135.     anonPasswdPanelID;
  136.     fileInfoID;
  137.     execMatrixID;
  138.     customHostID;
  139.     };
  140.     SUPERCLASS = Object;
  141. };
  142.